Eli Zaretskii [Thu, 2 Sep 1999 12:50:28 +0000 (12:50 +0000)]
(vc-update-change-log): Use small-temporary-file-directory when non-nil.
Eli Zaretskii [Thu, 2 Sep 1999 12:38:02 +0000 (12:38 +0000)]
(c-macro-expansion): Use small-temporary-file-directory when non-nil.
Eli Zaretskii [Thu, 2 Sep 1999 12:33:53 +0000 (12:33 +0000)]
(ediff-temp-file-prefix): Use
small-temporary-file-directory if non-nil.
Eli Zaretskii [Thu, 2 Sep 1999 12:30:24 +0000 (12:30 +0000)]
(command-line): Compute the value of
small-temporary-file-directory.
Eli Zaretskii [Thu, 2 Sep 1999 12:24:54 +0000 (12:24 +0000)]
(small-temporary-file-directory): New variable.
Eli Zaretskii [Thu, 2 Sep 1999 12:05:07 +0000 (12:05 +0000)]
(shell-command, shell-command-on-region): Use
make-temp-name properly. Use small-temporary-file-directory if
non-nil, otherwise temporary-file-directory, to generate temporary
files.
Eli Zaretskii [Thu, 2 Sep 1999 11:51:42 +0000 (11:51 +0000)]
(direct-print-region-helper): Use temporary-file-directory.
Richard M. Stallman [Thu, 2 Sep 1999 04:48:09 +0000 (04:48 +0000)]
(asm-mode): Set comment-start properly from asm-comment-char.
(asm-font-lock-keywords): Recognize instruction width suffixes.
Richard M. Stallman [Wed, 1 Sep 1999 23:31:57 +0000 (23:31 +0000)]
Initial revision
Karl Heuer [Wed, 1 Sep 1999 20:59:41 +0000 (20:59 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 1 Sep 1999 13:37:07 +0000 (13:37 +0000)]
(read_minibuf): Flush display after setting cursor to
column 0.
Dave Love [Wed, 1 Sep 1999 11:18:42 +0000 (11:18 +0000)]
Add faq.
Dave Love [Wed, 1 Sep 1999 11:14:20 +0000 (11:14 +0000)]
General changes sent to Lerner, plus some XEmacs expurgation.
Dave Love [Wed, 1 Sep 1999 11:06:25 +0000 (11:06 +0000)]
Initial revision
Dave Love [Tue, 31 Aug 1999 17:17:18 +0000 (17:17 +0000)]
(help-make-xrefs): Don't lose on non-empty blank line after key table.
Dave Love [Tue, 31 Aug 1999 16:41:06 +0000 (16:41 +0000)]
Comment on DEFVAR_BOOL.
Dave Love [Tue, 31 Aug 1999 16:23:24 +0000 (16:23 +0000)]
(byte-boolean-vars): Add several w32 and redisplay variables.
Gerd Moellmann [Tue, 31 Aug 1999 14:00:32 +0000 (14:00 +0000)]
(__FreeBSD_version): Don't define it if it is
already defined. This avoids a warning from buffer.c.
Dave Love [Tue, 31 Aug 1999 13:12:46 +0000 (13:12 +0000)]
(push): Fix typo.
Richard M. Stallman [Mon, 30 Aug 1999 23:58:18 +0000 (23:58 +0000)]
Fix previous change.
Richard M. Stallman [Mon, 30 Aug 1999 23:57:22 +0000 (23:57 +0000)]
Many doc fixes.
(ring-size, ring-copy): New functions.
Gerd Moellmann [Mon, 30 Aug 1999 23:14:40 +0000 (23:14 +0000)]
(FRAME_X_FLAGS_AREA_COLS): Define it as the total width
of both margins.
(FRAME_X_FLAGS_AREA_WIDTH): Likewise.
(FRAME_X_LEFT_FLAGS_AREA_WIDTH): New.
(FRAME_X_RIGHT_FLAGS_AREA_WIDTH): New.
Gerd Moellmann [Mon, 30 Aug 1999 23:14:36 +0000 (23:14 +0000)]
Remove unused bitmaps.
(continued_bits, continuation_bits, overlay_bits): Change images.
(x_draw_vertical_border): Use FRAME_X_RIGHT_FLAGS_AREA_WIDTH
instead of FRAME_X_FLAGS_AREA_WIDTH.
(x_after_update_window_line): Ditto.
(x_draw_bitmap): Likewise.
(x_draw_row_bitmaps): Likewise.
(x_draw_glyph_string_box): Likewise.
(x_draw_glyphs): Likewise.
(x_scroll_run): Likewise.
(expose_window_tree): Likewise.
(note_mode_line_highlight): Likewise.
(XTset_vertical_scroll_bar): Likewise.
(x_clip_to_row): Likewise.
(x_set_window_size): Likewise.
Gerd Moellmann [Mon, 30 Aug 1999 23:14:33 +0000 (23:14 +0000)]
(x_figure_window_size): Use FRAME_FLAGS_AREA_COLS instead
of 2 * that value.
Gerd Moellmann [Mon, 30 Aug 1999 23:14:28 +0000 (23:14 +0000)]
(window_box_width): Use FRAME_FLAGS_AREA_COLS instead of
2 * that value.
(window_box_left): Use FRAME_LEFT_FLAGS_AREA_WIDTH instead of
FRAME_FLAGS_AREA_WIDTH.
Gerd Moellmann [Mon, 30 Aug 1999 23:14:27 +0000 (23:14 +0000)]
(coordinates_in_window): Use
FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
(window_internal_width): Subtract FRAME_FLAGS_AREA_WIDTH once
instead of twice.
Gerd Moellmann [Mon, 30 Aug 1999 23:14:26 +0000 (23:14 +0000)]
(set_frame_size): Set flags_area_extra to
FRAME_FLAGS_AREA_WIDTH instead of 2 * that width.
(EmacsFrameSetCharSize): Ditto.
Gerd Moellmann [Mon, 30 Aug 1999 23:14:25 +0000 (23:14 +0000)]
(FRAME_WINDOW_WIDTH_ARG): Add in FRAME_FLAGS_AREA_COLS
once instead of twice.
(FRAME_LEFT_FLAGS_AREA_WIDTH): New.
Gerd Moellmann [Mon, 30 Aug 1999 23:14:23 +0000 (23:14 +0000)]
(mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH
instead of FRAME_FLAGS_AREA_WIDTH.
Gerd Moellmann [Mon, 30 Aug 1999 23:14:22 +0000 (23:14 +0000)]
(WINDOW_DISPLAY_PIXEL_WIDTH): Subtract
FRAME_FLAGS_AREA_COLS once.
(WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X): Add
FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
Gerd Moellmann [Mon, 30 Aug 1999 22:50:53 +0000 (22:50 +0000)]
(C_SWITCH_SYSTEM): Added to let configure find headers
in /usr/X11R6/include which are checked for with AC_CHECK_HEADER.
Gerd Moellmann [Mon, 30 Aug 1999 22:50:51 +0000 (22:50 +0000)]
(USE_TOOLKIT_SCROLL_BARS): Move the test down after
the test for Xaw3d.
(HAVE_TIFF): Add -lm to library check.
Gerd Moellmann [Mon, 30 Aug 1999 21:05:30 +0000 (21:05 +0000)]
(QCweakness): Replaces QCweak.
(Fmake_hash_table): Ditto.
(Fmakehash): Ditto.
(syms_of_fns): Ditto.
Karl Heuer [Mon, 30 Aug 1999 18:58:31 +0000 (18:58 +0000)]
*** empty log message ***
Andreas Schwab [Mon, 30 Aug 1999 16:19:57 +0000 (16:19 +0000)]
Include <stdlib.h> if available. Declare errno only if it is not a macro.
Andreas Schwab [Mon, 30 Aug 1999 16:18:30 +0000 (16:18 +0000)]
Include <stdlib.h> if available.
Andreas Schwab [Mon, 30 Aug 1999 16:10:03 +0000 (16:10 +0000)]
Include <stdlib.h> if available, and declare abort only if not. Include
<ctype.h>.
Andreas Schwab [Mon, 30 Aug 1999 16:06:22 +0000 (16:06 +0000)]
Add declarations for some functions.
Andreas Schwab [Mon, 30 Aug 1999 15:08:30 +0000 (15:08 +0000)]
Include <stdlib.h> if available.
Andreas Schwab [Mon, 30 Aug 1999 15:07:30 +0000 (15:07 +0000)]
Include <stdlib.h> if available. Don't declare errno if it's a macro.
Andreas Schwab [Mon, 30 Aug 1999 15:05:17 +0000 (15:05 +0000)]
Include <unistd.h> if available.
Richard M. Stallman [Sun, 29 Aug 1999 21:33:09 +0000 (21:33 +0000)]
(SYNTAX_COMMENT_NESTED, SYNTAX_FLAGS_COMMENT_NESTED):
Add support for nested comments.
Richard M. Stallman [Sun, 29 Aug 1999 21:32:52 +0000 (21:32 +0000)]
(lisp_parse_state, back_comment, Fmodify_syntax_entry)
(Fforward_comment, scan_lists, scan_sexps_forward)
(Fparse_partial_sexp): Add support for nested comments.
(forw_comment): New subroutine used in them.
Richard M. Stallman [Sun, 29 Aug 1999 21:20:20 +0000 (21:20 +0000)]
(bibtex-mode): Use with-temp-buffer rather than make-temp-name, use
match-string-no-properties, and eliminate a quadratic behavior when
building bibtex-strings.
Richard M. Stallman [Sun, 29 Aug 1999 20:55:30 +0000 (20:55 +0000)]
(comint-input-ring-separator): New variable.
(comint-read-input-ring): Doc change; use
comint-input-ring-separator when reading file.
(comint-write-input-ring): Use comint-input-ring-separator when writing file.
Richard M. Stallman [Sun, 29 Aug 1999 20:48:15 +0000 (20:48 +0000)]
Initial revision
Richard M. Stallman [Sun, 29 Aug 1999 20:40:00 +0000 (20:40 +0000)]
(compile_pattern_1): Enable RE_CHAR_CLASSES for regexp.
Richard M. Stallman [Sun, 29 Aug 1999 20:38:11 +0000 (20:38 +0000)]
[emacs]: Handle character classes for multibyte chars:
(ISBLANK, ISGRAPH, ISPRINT, ISALNUM, ISALPHA, ISLOWER)
(ISPUNCT, ISSPACE, ISUPPER): New definitions for emacs only.
(ISWORD): New macro.
(re_opcode_t): Add 2 bytes of flag bits to charset and charset_not.
(CHARSET_RANGE_TABLE): Update definition.
(CHARSET_RANGE_TABLE_BITS): New macro.
(print_partial_compiled_pattern): Skip charset's range table.
(struct range_table_work_area): New field `bits'.
(SET_RANGE_TABLE_WORK_AREA_BIT): New macro.
(BIT_ALNUM, BIT_ALPHA, BIT_WORD, BIT_GRAPH, BIT_LOWER, BIT_PRINT)
(BIT_PUNCT, BIT_SPACE, BIT_UPPER): New macros.
(CLEAR_RANGE_TABLE_WORK_USED): Clear field `bits'.
(RANGE_TABLE_WORK_BITS): New macro.
(IS_CHAR_CLASS): Check for "word".
(regex_compile): Set the `bits' field for some character classes.
Handle the `word' class. Store the `bits' field into the range table.
(re_compile_fastmap): Handle flag bits in range table.
(re_match_2_internal): For charset and charset_not,
handle flag bits in the range table.
Richard M. Stallman [Sun, 29 Aug 1999 20:35:30 +0000 (20:35 +0000)]
(mail-extr-all-letters-but-separators)
(mail-extr-first-letters, mail-extr-last-letters):
Use character classes [:alpha:] and [:alnum:].
Richard M. Stallman [Sun, 29 Aug 1999 20:32:04 +0000 (20:32 +0000)]
(tags-loop-continue): After tags-loop-operate returns, force skip to next file.
Richard M. Stallman [Sun, 29 Aug 1999 20:27:40 +0000 (20:27 +0000)]
Fix previous change.
Richard M. Stallman [Sun, 29 Aug 1999 20:23:54 +0000 (20:23 +0000)]
(push, pop): New macros.
Richard M. Stallman [Sun, 29 Aug 1999 19:54:39 +0000 (19:54 +0000)]
(compilation-error-regexp-alist): New item for SGI IRIX MipsPro compilers.
Richard M. Stallman [Sun, 29 Aug 1999 19:53:27 +0000 (19:53 +0000)]
(eval-defun): Expand macros,
and specially handle defvar inside their expansions.
(eval-defun-1): New subroutine.
Richard M. Stallman [Sun, 29 Aug 1999 19:44:22 +0000 (19:44 +0000)]
(compilation-error-regexp-alist):
Fix the Perl -w entry to allow period after line number.
Don't allow newlines in file name, but allow them after line number
for Perl debugging traces.
Richard M. Stallman [Sun, 29 Aug 1999 19:37:29 +0000 (19:37 +0000)]
(speedbar-directory-buttons): Recognize
device names when checking for file names.
Richard M. Stallman [Sun, 29 Aug 1999 19:32:33 +0000 (19:32 +0000)]
(read_input_waiting): Pass read_socket_hook just 4 args.
Richard M. Stallman [Sun, 29 Aug 1999 19:30:53 +0000 (19:30 +0000)]
(print_help_and_exit): Mention --version.
Richard M. Stallman [Sun, 29 Aug 1999 19:29:21 +0000 (19:29 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 29 Aug 1999 19:21:07 +0000 (19:21 +0000)]
(array-reconfigure-rows): Use generate-new-buffer.
Richard M. Stallman [Sun, 29 Aug 1999 19:19:00 +0000 (19:19 +0000)]
(Info-tagify): Don't insert more than one newline before the tag table.
(Info-tagify): Start by widening.
Match node headers that don't list the file name,
and more kinds of page separations.
Strip properties during tagification.
Use start of node header line as tag's position.
Fix the "done" message.
(Info-validate): Save and restore match data around narrowing down.
Richard M. Stallman [Sun, 29 Aug 1999 19:07:33 +0000 (19:07 +0000)]
(compilation-parsing-end,compilation-setup)
(compilation-filter, compilation-forget-errors)
(compilation-parse-errors): Use a marker instead of an integer for
`compilation-parsing-end'.
Richard M. Stallman [Sun, 29 Aug 1999 19:05:44 +0000 (19:05 +0000)]
(which-func-cleanup-function): New variable.
(which-function): Call that function.
Richard M. Stallman [Sun, 29 Aug 1999 18:15:29 +0000 (18:15 +0000)]
(find-function-regexp): Allow a ) or ( to end a function name.
Steve Morningthunder [Sun, 29 Aug 1999 15:20:45 +0000 (15:20 +0000)]
*** empty log message ***
Steve Morningthunder [Sun, 29 Aug 1999 15:11:03 +0000 (15:11 +0000)]
deleted kermit clone from tasks per communication with rms
Ken Raeburn [Sat, 28 Aug 1999 22:15:12 +0000 (22:15 +0000)]
(struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float): Change names of structure
elements if HIDE_LISP_IMPLEMENTATION is defined, to help detect code that uses
knowledge of the Lisp internals that it shouldn't have.
(XFLOAT_DATA): New macro.
Richard M. Stallman [Sat, 28 Aug 1999 18:25:40 +0000 (18:25 +0000)]
(ada-tmp-directory): Use temporary-file-directory.
Richard M. Stallman [Sat, 28 Aug 1999 18:25:16 +0000 (18:25 +0000)]
(metamail-region): Use temporary-file-directory.
Richard M. Stallman [Sat, 28 Aug 1999 18:24:54 +0000 (18:24 +0000)]
(post-mail-send-it): Use temporary-file-directory.
Richard M. Stallman [Sat, 28 Aug 1999 18:24:28 +0000 (18:24 +0000)]
(te-terminfo-directory): Use temporary-file-directory.
Richard M. Stallman [Sat, 28 Aug 1999 18:23:49 +0000 (18:23 +0000)]
(ledit-zap-file, ledit-read-file, ledit-compile-file):
Use temporary-file-directory.
Richard M. Stallman [Sat, 28 Aug 1999 18:23:14 +0000 (18:23 +0000)]
(dired-string-replace-match): Return `nil' when no match
found with global search.
Richard M. Stallman [Sat, 28 Aug 1999 18:22:20 +0000 (18:22 +0000)]
(tex-compilation-parse-errors):
Use a marker instead of an integer for `compilation-parsing-end'.
Richard M. Stallman [Sat, 28 Aug 1999 18:21:34 +0000 (18:21 +0000)]
(diff-parse-differences):
Use a marker instead of an integer for `compilation-parsing-end'.
Richard M. Stallman [Sat, 28 Aug 1999 15:21:55 +0000 (15:21 +0000)]
(calendar-goto-astro-day-number): Autoload the right function name.
Richard M. Stallman [Sat, 28 Aug 1999 15:20:18 +0000 (15:20 +0000)]
Call the new hook in every movement function.
Richard M. Stallman [Sat, 28 Aug 1999 15:18:39 +0000 (15:18 +0000)]
(calendar-move-hook): New hook.
Karl Heuer [Sat, 28 Aug 1999 15:16:55 +0000 (15:16 +0000)]
(dired-guess-shell-alist-default): Support bzip2 format.
Karl Heuer [Sat, 28 Aug 1999 15:13:37 +0000 (15:13 +0000)]
(easy-mmode-define-minor-mode):
On repeated call, override previous values put into
minor-mode-map-alist and minor-mode-alist.
Richard M. Stallman [Sat, 28 Aug 1999 06:23:04 +0000 (06:23 +0000)]
(USE_TOOLKIT_SCROLL_BARS): Move tests for
-lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
after the other X-related libraries.
Andreas Schwab [Fri, 27 Aug 1999 07:59:22 +0000 (07:59 +0000)]
(vc-backend-merge-news): Fix regexp to also match P marker
from cvs update.
Karl Heuer [Fri, 27 Aug 1999 01:47:33 +0000 (01:47 +0000)]
Put quote-backquote around all symbol names
in doc strings, for mousing.
(time-stamp): support multi-line patterns.
(time-stamp-inserts-lines): new variable.
(time-stamp-count): new variable.
(time-stamp-string-preprocess): fixed bug where "%%a" becomes
"Thu" instead of "%a".
Dave Love [Thu, 26 Aug 1999 17:54:28 +0000 (17:54 +0000)]
(find-file): Doc fix.
Gerd Moellmann [Wed, 25 Aug 1999 21:12:40 +0000 (21:12 +0000)]
(resize_mini_window): Don't resize if
Vmax_mini_window_height is nil. Otherwise, use a default if
Vmax_mini_window_height is not ot a number.
(syms_of_xdisp): Extend documentation of Vmax_mini_window_height.
Gerd Moellmann [Wed, 25 Aug 1999 21:12:38 +0000 (21:12 +0000)]
(Frecenter): Clear frame if called with nil or no arg.
Gerd Moellmann [Wed, 25 Aug 1999 21:12:36 +0000 (21:12 +0000)]
(Fforward_word): If in a mini-buffer and moving
backwards, stop in front of the prompt to prevent accidentially
moving into the read-only prompt.
Gerd Moellmann [Wed, 25 Aug 1999 21:12:15 +0000 (21:12 +0000)]
(kill-word): Undo previous change.
Karl Heuer [Wed, 25 Aug 1999 16:19:01 +0000 (16:19 +0000)]
(decode_options): Update version output.
(print_help_and_exit): Update bug report address.
Karl Heuer [Wed, 25 Aug 1999 16:15:29 +0000 (16:15 +0000)]
Merge IRIX debugging info patch from unexsgi.c
Auto-detect .sbss section.
(round_up): Make it static.
(unexec): Declare alignment as Elf Word. Skip ``Program
segment above .bss'' test on MIPS without .sbss.
Copy sections .got and .sdata1 sections. Adjust offsets in
sections .sdata, .lit4, .lit8, .got and .sdata1.
Karl Heuer [Wed, 25 Aug 1999 16:15:06 +0000 (16:15 +0000)]
Use unexelf for IRIX 5.*.
Karl Heuer [Wed, 25 Aug 1999 16:14:50 +0000 (16:14 +0000)]
Use unexelf for IRIX 6.*.
Gerd Moellmann [Wed, 25 Aug 1999 13:03:22 +0000 (13:03 +0000)]
(jit-lock-function): Extend the fontified range
to the beginning of the line containing the range start and
the beginning of the line following the range end.
Gerd Moellmann [Wed, 25 Aug 1999 10:57:56 +0000 (10:57 +0000)]
(try_window_id): Remove typo.
Gerd Moellmann [Wed, 25 Aug 1999 01:05:00 +0000 (01:05 +0000)]
(try_window_id): Recognize case that PT == ZV and in
unchanged text at the bottom when computing the cursor position.
(message3_nolog): Raise frame only if minibuffer_auto_raise is
set.
Gerd Moellmann [Wed, 25 Aug 1999 01:04:57 +0000 (01:04 +0000)]
(PVEC_TYPE_MASK): Add the bit for hash tables.
Gerd Moellmann [Tue, 24 Aug 1999 19:25:11 +0000 (19:25 +0000)]
(expose_window_tree): Fix typo CANON_Y_UNIT to
CANON_X_UNIT.
Gerd Moellmann [Tue, 24 Aug 1999 19:25:06 +0000 (19:25 +0000)]
[HAVE_JPEG]: Work around a warning about HAVE_STDLIB_H
being redefined in jconfig.h.
Gerd Moellmann [Tue, 24 Aug 1999 19:25:02 +0000 (19:25 +0000)]
(Qmargin): Replacement for Qbitmap_area.
(realize_basic_faces): Replace Qmargin for Qbitmap_area.
(syms_of_xfaces): Ditto.
Gerd Moellmann [Tue, 24 Aug 1999 19:24:57 +0000 (19:24 +0000)]
(redisplay_window): Don't ever test just_this_one_p
before calling try_window.
(echo_area_display): If height has changed, update other windows.
(resize_mini_frame, resize_mini_initial_height): New.
(resize_mini_window): Save/restore window configuration
differently.